<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*全屏*/
/*html, body{position:relative;height:100%;}*/

/*-----whole-----*/

.Header-wrapper, .Container-wrapper, .Footer-wrapper, .container, .banner-container{position:relative;top:0px;left:0px;width:100%;min-width:1100px;height:auto;}
.contain{width:1100px;margin:0 auto;position:relative;}



/*-----Header-----*/
.Header-wrapper{height:100px;z-index:100;}
.Header-wrapper .logo{float:left;display:block;margin-top:30px;}
.Header-wrapper .top{float:right;width:auto;margin-top:16px;}
.Header-wrapper .top .info{height:24px;line-height:24px;font-family:"宋体";text-align:right;}
.Header-wrapper .top .info span a{font-size:14px;color:#e7200f;}
.Header-wrapper .top .info .lang{font-family:Arial, Helvetica, sans-serif;margin-left:20px;}
.Header-wrapper .nav, .Header-wrapper .nav&gt;li{position:static;}

.Header-wrapper .nav&gt;li{width:90px;height:60px;float:left;margin-left:20px;}/*导航*/
.nav&gt;li:first-child{margin-left:0px;}
.nav&gt;li&gt;a{display:block;width:100%;height:60px;line-height:55px;text-align:center;font-size:15px;color:#333333;}
.nav&gt;li:hover&gt;a, .Header-wrapper .nav&gt;li.cur&gt;a{background-color:#183883;color:#ffffff;}

/*导航下拉*/
/*.nav&gt;li .nav-box{width:100%;position:absolute;left:0px;height:0px;overflow:hidden;}
.nav-box .nav-block{padding:30px 0;height:205px;position:relative;top:-205px;background-color:#183884;}
.nav&gt;li:hover .nav-box{height:auto;}
.nav&gt;li:hover .nav-box .nav-block{top:0px;}
*/

.nav&gt;li .nav-box{width:100%;position:absolute;left:0px;height:auto;overflow:hidden;display:none;}
.nav-box .nav-block{padding:30px 0;height:auto;background-color:#183884;overflow:hidden;}
.nav&gt;li:hover .nav-box{display:block;}

.nav-box .nav-list{width:520px;margin-left:205px;}/*关于我们下拉*/
.nav-list li{width:33.333%;float:left;margin-bottom:20px;}
.nav-list li a{display:inline-block;max-width:100%;color:#ffffff;padding-right:26px;background:url(../images/icon-10.png) no-repeat right center;}

.nav-box .nav-con{width:424px;position:relative;margin-left:84px;float:left;}/*解决方案下拉*/
.nav-con .title{font-size:16px;color:#ffffff;line-height:16px;padding-bottom:25px;border-bottom:1px solid #8495bd;}
.nav-con ul{margin-top:22px;padding:0 6px;}
.nav-con ul li{width:33.333%;float:left;margin-bottom:13px;}
.nav-con ul li a{display:inline-block;max-width:100%;color:#ffffff;padding-left:7px;background:url(../images/icon-11.png) no-repeat left center;}

.nav-list li a:hover, .nav-con ul li a:hover{opacity:0.8;}

.Header-wrapper .nav&gt;li.other{margin-left:0px;width:auto;height:auto;position:relative;}/*搜索*/
.Header-wrapper .nav&gt;li .srch{float:left;padding-left:20px;background:url(../images/icon-1.png) no-repeat left center;line-height:55px;}
.Header-wrapper .nav&gt;li .srch a{display:inline-block;width:18px;height:18px;background:url(../images/icon-2.png) no-repeat center center;vertical-align:middle;}
.Header-wrapper .nav&gt;li .srch .srch-block{position:absolute;top:60px;right:0px;background:rgba(0,0,0,0.3);padding:8px;display:none;}
.Header-wrapper .nav&gt;li .srch .srch-block input[type=text]{padding-left:20px;width:284px;height:44px;background-color:#ffffff;border:0px;}

.Header-wrapper .nav&gt;li .user{color:#333333;float:left;line-height:55px;margin-left:10px;}/*用户登录信息*/

.Header-wrapper .nav&gt;li .share{float:left;line-height:55px;margin-left:20px;}/*分享*/
.Header-wrapper .nav&gt;li .share a{display:inline-block;width:22px;height:22px;position:relative;background:url(../images/icon-3.png) no-repeat;vertical-align:middle;margin-left:3px;}
.Header-wrapper .nav&gt;li .share a.share-1{background-position:0px 0px;margin-left:0px;}
.Header-wrapper .nav&gt;li .share a.share-2{background-position:-28px 0px;}
.Header-wrapper .nav&gt;li .share a.share-3{background-position:-56px 0px;}
.share a.share-3 img{position:absolute;right:0px;top:30px;width:169px;height:169px;display:none;}
.share a.share-3:hover img{display:block;}

/*-----Banner-----*/
/*.banner-container.swiper-container .swiper-slide img, .bnr-img{width:100%;height:auto;}
.banner-container .swiper-pagination-bullet{width:12px;height:12px;background-color:#ffffff;}
.banner-container .swiper-pagination-bullet-active{background-color:#ffffff;}*/

.banner-container.swiper-container, .banner-container.swiper-container a{display:block;height:523px;}

.banner-container.swiper-container .swiper-slide img, .bnr-img, .Ibnr-img{position:absolute;left:50%;top:0;margin-left:-960px;width:1920px;height:350px;}
.banner-container .swiper-pagination-bullet{width:12px;height:12px;background-color:#ffffff;}
.banner-container .swiper-pagination-bullet-active{background-color:#ffffff;}

.banner-container img{width:100%;}

.banner-container #myjQueryContent div{width:100%;height:523px;}
.banner-container #myjQueryContent a{display:block;height:523px;}
#myjQuery { BACKGROUND: #000; OVERFLOW: hidden; WIDTH: 100%; POSITION: relative; HEIGHT: 523px; }
#myjQueryContent { OVERFLOW: hidden; WIDTH: 100%; HEIGHT: 523px; }
#myjQueryContent DIV { POSITION: absolute; HEIGHT: 523px; }
#myjQueryContent .smask { Z-INDEX: -1; }
#myjQueryContent IMG { WIDTH: 960px; HEIGHT: 300px; border: 0; }
#myjQueryNav { DISPLAY: block; OVERFLOW: hidden; WIDTH: 100%; HEIGHT: 16px; position: absolute; bottom:14px; right: 0px; text-align:center; z-index: 5; }
#myjQueryNav LI { DISPLAY: inline-block; width:12px;height:12px;background-color:#ffffff; TEXT-ALIGN: center; margin:0 5px; border-radius:100%;cursor:pointer;opacity:0.5;filter:Alpha(opacity=50);}
#myjQueryNav .nbg { BACKGROUND: #666; }
#myjQueryNav A { DISPLAY: block; Z-INDEX: 12; MARGIN: 0px auto; TEXT-TRANSFORM: uppercase; WIDTH: 45px; COLOR: #ffffff; LINE-HEIGHT: 22px; POSITION: relative; HEIGHT: 22px; z-index: 20; }
#myjQueryNav .current { opacity:1; filter:Alpha(opacity=100);}
#myjQueryNav .current A { COLOR: #fff; }
#myjQuery #flow { background: url(../images/fcurrent.gif) no-repeat; margin-top: -33px; WIDTH: 45px; HEIGHT: 22px; Z-INDEX: 22; left: 652px; POSITION: absolute; }

/*-----Footer-----*/
.Footer-wrapper{z-index:100;}

.Footer-wrapper .com-nav{float:right;position:relative;padding-bottom:9px;}/*下属公司*/
.com-nav a{display:block;width:222px;height:25px;line-height:25px;padding-left:25px;font-size:12px;color:#666666;}
.com-nav&gt;a{background-color:#f0f1f2;background-image:url(../images/icon-12.png);background-repeat:no-repeat;background-position:204px center;}
.com-nav .com-list{width:222px;height:auto;position:absolute;bottom:100%;display:none;background-color:#f0f1f2;}
.com-nav .com-list a{line-height:24px;border-top:1px solid #d8e0f0;border-right:1px solid #d8e0f0;border-left:1px solid #d8e0f0;}
.com-nav .com-list a:last-child{border-bottom:1px solid #d8e0f0;}
.com-nav .com-list a:hover{background-color:#183883;color:#ffffff;}
.com-nav:hover .com-list{display:block;}

.Footer-wrapper .container-footer{background-color:#4a4f55;clear:both;padding-bottom:25px;}

.container-footer .contain-fnav{overflow:hidden;}
.contain-fnav a{float:right;width:111px;height:36px;line-height:36px;text-align:center;color:#ffffff;background-color:#42474c;cursor:default;}
.contain-fnav a:first-child{background-color:#183884;cursor:pointer;}

.Footer-wrapper .contain-footer{height:262px;}
.contain-footer .f-list{overflow:hidden;height:100%;}
.f-list&gt;li{float:left;height:100%;width:232px;padding:25px 0 0 80px;line-height:30px;border-left:1px solid #717375;}
.f-list&gt;li:first-child{border-left:0px;}
.f-list&gt;li:last-child{width:404px;padding:60px 0 0 85px;}
.f-list&gt;li h2{color:#ffffff;font-weight:normal;font-size:14px;}
.f-list&gt;li p a{color:#fefefe;font-size:13px;opacity:0.6;}
.f-list&gt;li p a:hover{opacity:1;}
.f-list&gt;li .phone{padding-left:55px;background:url(../images/icon-7.png) no-repeat left center;color:rgba(2558,255,255,0.6);width:315px;}
.f-list&gt;li .phone h1{font-size:24px;}
.f-list&gt;li .phone p{font-size:12px;}
.f-list&gt;li .adr{font-size:12px;color:rgba(2558,255,255,0.6);text-align:center;width:290px;line-height:24px;}

.Footer-wrapper .partner{position:relative;overflow:hidden;padding-left:100px;height:20px;font-size:12px;color:rgba(255,255,255,0.6);margin:20px 0;}
.Footer-wrapper .partner&gt;span{position:absolute;left:0px;padding-left:30px;line-height:20px;background:url(../images/icon-9.png) no-repeat left center;}
.Footer-wrapper .partner a{line-height:20px;margin-right:15px;}

.Footer-wrapper .copyright{font-size:12px;color:rgba(255,255,255,0.6);}
.Footer-wrapper .copyright .fr span{margin:0 5px;}

.Footer-wrapper .copyright a:hover, .Footer-wrapper .partner a:hover{color:#ffffff;}

/*-----浮动右侧客服-----*/
.float_qq{ position:fixed; top:200px; right:0; width:50px; height:203px; z-index:200;}
.float_qq li{ width:auto; height:50px; z-index:20;}
.float_qq li.float_qq1,.float_qq li.float_qq4{ position:absolute; left:0; width:62px;}
.float_qq li.float_qq1{ top:0;}
.float_qq li.float_qq2{ position:absolute; top:51px; left:0; width:126px;}
.float_qq li.float_qq3{ position:absolute; top:102px; left:0; width:172px;}
.float_qq li.float_qq4{ top:153px;}
.float_qq4{ position:absolute; top:153px; left:0;}
.float_qq li a{ display:block; font-family:"Microsoft Yahei"; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#1d3d87; opacity:0.8; border-radius:6px;}
.float_qq li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;}
.float_qq li a:hover{ background-color:#1d3d87; opacity:1;}
.float_shwx{ position:absolute; top:-155px; left:-200px; /*background:url(../images/float_wxbd.png) no-repeat bottom right;*/ width:216px; height:216px; padding-bottom:9px; display:none;}
.float_shwx img{ display:block; padding:14px; background-color:#FFF; width:188px; height:188px;}


/*-----登录注册弹框-----*/
.modal{width:100%; height:100%; margin:0 auto; z-index:300; position:fixed;top:0px;left:0px; background:rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; display:none;opacity:0;}
.modal .modal-container{position:absolute;width:auto;border:8px solid rgba(255,255,255,0.2);}
.modal-container .modal-contain{position:relative;width:auto;height:auto;padding:45px;background-color:#ffffff;}
.modal-container .modal-close{display:block;position:absolute;right:0px;top:0px;height:25px;width:25px;background:url(../images/icon-close.png) no-repeat left center;cursor:pointer;z-index:2;}
.modal-contain h1{font-size:24px;color:#333333;font-weight:normal;}
.modal-contain .modal-box{height:auto;overflow:hidden;margin-top:30px;}
.modal-box .modal-block{float:left;padding-right:60px;}
.modal-box .modal-link{float:left;width:230px;height:265px;line-height:130px;text-align:right;color:#333333;border-left:1px solid #dadada;}
.modal-box .modal-link a{color:#f50000;text-decoration:underline;}
.modal-block table{width:100%;border:0px;}
.modal-block table tr td{padding:9px 0;color:#333333;vertical-align:middle;}
.modal-block table tr td:first-child{text-align:right;padding-right:15px;}
.modal-block table tr td:first-child em{color:#ff0000;font-style:normal;margin-right:8px;vertical-align:middle;}
.modal-block .modal-text{padding:6px 6px 6px 53px;border:1px solid #e5e5e5;position:relative;}
.modal-block .modal-text i{display:block;position:absolute;left:0px;width:40px;height:20px;background:url(../images/icon-13.png) no-repeat;border-right:1px solid #e5e5e5;}
.modal-block .modal-text i.yx{background-position:center 0px;}
.modal-block .modal-text i.mm{background-position:center -49px;}
.modal-block .modal-text input[type=text]{height:20px;width:215px;border:0px;font-size:12px;}
.modal-block table tr td.yzm .modal-text{padding-left:9px;width:87px;float:left;}
.modal-block table tr td.yzm .modal-text input[type=text]{width:68px;}
.modal-block .yzm-block{display:block;margin-left:5px;position:relative;overflow:hidden;float:left;}
.modal-block .yzm-block img{width:85px;height:auto;}
.modal-block table tr td.yzm p{float:left;margin-left:5px;margin-top:6px;}
.modal-block table tr td.yzm p a{color:#a9a9a9;text-decoration:underline;}
.modal-block input[type=checkbox]{width:13px;height:13px;border:1px solid #183884;float:left;margin-right:12px;cursor:pointer;}
.modal-block input[type=checkbox].cur{background:url(../images/icon-check.png) no-repeat center center;}
.modal-block .modal-btn{display:block;width:100%;height:36px;line-height:36px;padding:0px;text-align:center;border:0px;background-color:#183884;font-size:14px;color:#ffffff;cursor:pointer;}
.modal-block .modal-btn:hover{background-color:#112e75;}
.modal-block a.forget{font-size:12px;color:#888888;text-decoration:underline;float:right;}



/*-----Container-----*/

.I-title{width:100%;border-bottom:1px solid #e5e5e5;position:relative;}/*通用--title*/
.I-title .name{display:inline-block;height:40px;line-height:40px;font-size:24px;color:#183884;padding-right:13px;border-bottom:2px solid #183884;}
.I-title a.more{font-size:12px;color:#888888;float:right;line-height:40px;}
.I-title a.more i{font-family:"宋体";font-style:normal;margin-left:5px;}
.I-title .I-t-nav{float:right;}
.I-title .I-t-nav a{display:inline-block;width:131px;height:26px;line-height:26px;text-align:center;color:#333333;background-color:#e5e5e5;border-radius:26px;margin-left:15px;}
.I-title .I-t-nav a.cur, .I-title .I-t-nav a:hover{background-color:#183884;color:#ffffff;}

.news-list li{height:30px;line-height:30px;font-size:13px;overflow:hidden;}/*通用--新闻列表*/
.news-list li p{color:#333333;float:left;padding-left:24px;background:url(../images/icon-4.png) no-repeat left center;}
.news-list li span{color:#666666;float:right;}
.news-list li a:hover p{color:#284b9e;}

.contain-locate{height:50px;line-height:50px;padding-right:15px;text-align:right;color:#ffffff;background:url(../images/bg/locate-bg.png) repeat;}/*当前位置*/
.contain-locate a:first-child{padding-left:22px;background:url(../images/icon-14.png) no-repeat left center;}

.k-more{display:inline-block;width:96px;line-height:35px; height:35px;text-align:center;color:#ffffff;font-size:12px;font-family:"宋体";border:1px solid #ffffff;border-radius:5px;}/*通用--了解更多*/
.p-title{font-size:18px;font-weight:normal;}

.page-box .k-more{color:#fff;background-color:#183884; margin-top:20px;}

.container-page{background-color:#f6f8f9;padding-bottom:50px;}/*通用--内页*/
.contain-page{background-color:#ffffff;padding:35px 30px 120px;overflow:hidden;}

.page-nav{float:left;width:200px;height:auto;position:relative;overflow:hidden;}/*通用--左侧导航*/

.page-nav .nav-title{display:block;width:100%;font-size:20px;color:#183884;background:url(../images/icon-menu.png) no-repeat right center;}

.page-nav .pn-1st{margin-top:35px;border-top:2px solid #183884;}/*页内--一级导航*/
.pn-1st&gt;li{border-bottom:1px solid #e5e5e5;}
.pn-1st&gt;li&gt;a{display:block;width:100%;height:43px;line-height:43px;padding-left:4px;color:#333333;background:url(../images/icon-dd1.png) no-repeat 175px center;}
.pn-1st&gt;li.cur&gt;a{color:#183884;background:url(../images/icon-dd2.png) no-repeat 175px center;}

.page-nav .pn-2nd{}/*页内--二级导航*/
.pn-2nd&gt;li&gt;a{display:block;height:33px;line-height:33px;font-size:12px;color:#333333;padding-left:12px;}
.pn-2nd&gt;li.more&gt;a{background:url(../images/icon-more.png) no-repeat left center;}

.page-nav .pn-3rd{}/*页内--三级导航*/
.pn-3rd&gt;li&gt;a{display:block;height:33px;line-height:33px;font-size:12px;color:#333333;padding-left:14px;}

.pn-2nd&gt;li.cur&gt;a, .pn-2nd&gt;li:hover&gt;a, .pn-3rd&gt;li.cur&gt;a, .pn-3rd&gt;li:hover&gt;a{color:#183884;}

.page-nav .page-link{display:block;width:100%;height:110px;text-align:center;color:#ffffff;padding-top:15px;background-color:#0081cc;margin-top:33px;}
.page-link i{display:inline-block;width:60px;height:50px;background:url(../images/icon-nl.png) no-repeat;}
.page-nav .page-link.page-link2{margin-top:9px;background-color:#abcd03;}
.page-link.page-link2 i{background-position:0px -124px;}

.page-nav .page-wb{line-height:31px;padding-left:40px;background:url(../images/icon-wb.png) no-repeat left 0px;color:#333333;margin-top:20px;}
.page-wb a{font-size:12px;color:#183884;margin-left:5px;}

.page-box{float:left;margin-left:40px;width:800px;height:auto;position:relative;overflow:hidden;}/*通用--右侧内容*/

.page-box .page-title{font-size:16px;color:#333333;padding-bottom:13px;border-bottom:1px solid #e5e5e5;}

.page-box .page-block{margin-top:30px;height:auto;position:relative;overflow:hidden;}
.page-block&gt;div{height:auto;position:relative;overflow:hidden;}

/*分页*/
.page{text-align:center;margin-top:4%;}
.page a{display:inline-block;height:25px;line-height:25px;padding:0 10px;text-align:center;font-family:"宋体";font-size:14px;color:#333333;border:1px solid #e5e5e5;margin-right:5px;}
.page a.on, .page a:hover{background-color:#003a8f;border:1px solid #003a8f;color:#ffffff;}

.con-nav{overflow:hidden;}/*通用--内容切换*/
.con-nav li{width:124px;height:36px;margin-left:3px;float:left;}
.con-nav li:first-child{margin-left:0px;}
.con-nav li a{display:block;height:31px;line-height:31px;text-align:center;font-size:13px;color:#333333;background-color:#c0c0c0;transition:none;}
.con-nav li.cur, .con-nav li:hover{background:url(../images/icon-cn.png) no-repeat bottom;}
.con-nav li.cur a, .con-nav li:hover a{background-color:#183884;color:#ffffff;}

.article-top{position:relative;height:auto;overflow:hidden;padding-bottom:20px;border-bottom:1px dashed #e3e3e3;text-align:center;}/*通用--文章头部*/
.article-top h2{font-size:18px;color:#333333;font-weight:normal;margin-bottom:18px;}
.article-top span{font-size:12px;color:#888888;margin-right:24px;}
.bdsharebuttonbox{display:inline-block;vertical-align:middle;margin-top:-2px;}

.article-con{position:relative;height:auto;overflow:hidden;font-size:12px;color:#666666;line-height:28px;padding:25px 0;}

.article-page{position:relative;padding:25px 0;border-top:1px dashed #e3e3e3;border-bottom:1px dashed #e3e3e3;}
.article-page a{display:block;width:595px;font-size:13px;color:#666666;line-height:28px;}
.article-page a em{color:#333333;}
.article-page a.rtn{width:115px;height:36px;line-height:36px;text-align:center;color:#ffffff;padding-left:21px;background-color:#183884;background-image:url(../images/icon-rtn.png);background-repeat:no-repeat;background-position:16px center;position:absolute;right:0px;top:35px;}

/*首页--新闻动态*/
.container-Inews{margin-top:45px;}
.container-Inews .Inews-box{margin-top:34px;height:auto;overflow:hidden;}
.Inews-box .Inews-swiper{float:left;width:550px;position:relative;}/*新闻轮播*/
.Inews-swiper .swiper-container{height:319px;max-height:319px;}
.Inews-swiper .swiper-container a{display:block;position:relative;}
.Inews-swiper .swiper-container .In-s-title{position:absolute;bottom:0px;left:0px;width:100%;height:60px;background-color:rgba(24,56,132,0.9);color:#ffffff;font-size:12px;padding:10px;overflow:hidden;}
.Inews-swiper .In-s-page{margin-top:15px;text-align:right;}
.Inews-swiper .In-s-page a{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;font-size:13px;color:#a7a7a7;font-family:"宋体";border:1px solid #d1d1d1;margin-left:20px;}
.Inews-box .Inews-block{float:left;margin-left:35px;width:515px;height:auto;overflow:hidden;position:relative;}/*新闻列表*/
.Inews-block .Inews-1st{padding-bottom:13px;border-bottom:1px dotted #d6d6d6;}
.Inews-block .Inews-1st .title{font-size:16px;color:#183884;}
.Inews-block .Inews-1st .date{font-size:12px;color:#888888;margin:5px 0;}
.Inews-block .Inews-1st .intro{color:#333333;line-height:24px;}
.Inews-block .news-list{margin-top:5px;}


/*首页--产品中心*/
.container-Ipro{margin-top:45px;}
.container-Ipro .Ipro-box{position:relative;margin-top:55px;display:none;}
.Ipro-swiper{height:306px;}
.Ipro-swiper a{display:block;width:248px;}
.Ipro-swiper .Ipro-img{width:248px;height:195px;line-height:195px;position:relative;overflow:hidden;text-align:center;}
.Ipro-swiper .Ipro-img img{max-width:244px;max-height:191px;}
.Ipro-swiper .Ipro-img .Ipro-link{position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:rgba(24,56,132,0.8);background-image:url(../images/icon-5.png);background-repeat:no-repeat;background-position:center center;opacity:0;}
.Ipro-swiper .Ipro-intro{padding:20px 0 15px 0;border-bottom:1px solid #e6e6e6;text-align:center;}
.Ipro-swiper .Ipro-intro h2{font-size:16px;color:#333333;font-weight:normal;margin-bottom:10px;}
.Ipro-swiper .Ipro-intro p{height:44px;font-size:12px;color:#666666;line-height:22px;}
.Ipro-box .Ipro-p-prev, .Ipro-box .Ipro-p-next{display:inline-block;width:45px;height:45px;background:url(../images/icon-swiper1.png) no-repeat;position:absolute;top:23%;}
.Ipro-box .Ipro-p-prev{background-position:0px 0px;left:-90px;}
.Ipro-box .Ipro-p-next{background-position:-76px 0px;right:-90px;}
.Ipro-swiper a:hover .Ipro-intro{border-bottom:1px solid #183884;}
.Ipro-swiper a:hover .Ipro-img .Ipro-link{opacity:1;}



/*首页--案例*/
.container-Icase{margin-top:80px;padding:50px 0 70px 0;background-color:#f0f1f2;}
.container-Icase .contain{overflow:hidden;}
.container-Icase .Icase-case{float:left;width:725px;}/*解决方案*/
.Icase-case ul{overflow:hidden;margin-top:20px;}
.Icase-case ul li{float:left;width:341px;height:auto;}
.Icase-case ul li:first-child{margin-right:43px;}
.Icase-case ul li img{width:341px;height:112px;}
.Icase-case ul li h1{font-size:18px;color:#333333;font-weight:normal;margin:18px 0 11px 0;}
.Icase-case ul li p{height:72px;font-size:12px;color:#888888;line-height:24px;}
.container-Icase .Icase-new{width:328px;position:relative;float:left;margin-left:47px;}/*最新方案*/
.Icase-new .swiper-container{margin-top:20px;height:223px;}
.Icase-new .swiper-container a{display:block;position:relative;}
.Icase-new .swiper-container img{width:328px;height:223px;}
.Icase-new .swiper-container .Ic-s-t{position:absolute;bottom:0px;left:0px;height:42px;width:100%;line-height:42px;padding-left:19px;color:#ffffff;background-color:rgba(24,56,132,0.9);}
.Icase-new .swiper-pagination{text-align:right;bottom:12px;padding-right:8px;width:100%;}
.Icase-new .swiper-pagination-bullet{width:10px;height:10px;background-color:#ffffff;opacity:0.5;}
.Icase-new .swiper-pagination-bullet-active{opacity:1;}
.Icase-new .swiper-pagination-switch {display: inline-block; border-radius: 10px; margin: 0 5px; cursor: pointer; width:10px;height:10px;background-color:#ffffff;opacity:0.5;filter:Alpha(opacity=50);}
.Icase-new .swiper-active-switch {opacity:1;filter:Alpha(opacity=100);}

/*首页--服务*/
.container-Isrv{margin:77px 0 55px 0;}
.container-Isrv ul{overflow:hidden;}
.container-Isrv li{float:left;margin-left:135px;}
.container-Isrv li:first-child{margin-left:0px;}
.container-Isrv li a{display:block;overflow:hidden;}
.container-Isrv li i{display:block;width:73px;height:72px;background:url(../images/icon-6.png) no-repeat;float:left;}
.container-Isrv li i.Isrv-1{background-position:0px 0px;}
.container-Isrv li i.Isrv-2{background-position:-103px 0px;}
.container-Isrv li i.Isrv-3{background-position:-206px 0px;}
.container-Isrv li i.Isrv-4{background-position:-309px 0px;}
.container-Isrv li .fl{margin-left:30px;padding-top:14px;color:#858585;}
.container-Isrv li .fl h2{font-size:16px;color:#333333;font-weight:normal;margin-bottom:8px;}


/*--关于--*/
.container-about{background-color:#fafafa;padding-top:17px;margin-bottom:110px;}
.container-about .contain-about{background-color:#ffffff;margin-top:20px;}
.contain-about .about-box{height:auto;position:relative;overflow:hidden;}
.contain-about .about-box.about-box2{background-color:#fafafa;}

.about-box .ab-intro{float:left;width:767px;height:286px;line-height:24px;background:url(../images/bg/bg-1.png) repeat;padding:25px 40px 0;color:#ffffff;font-size:12px;position:relative;overflow:hidden;}
.ab-intro p{height:120px;overflow:hidden;text-overflow:ellipsis;margin:15px 0 30px 0;}

.about-box .ab-cul{float:left;width:333px;height:286px;padding-top:25px;text-align:center;color:#ffffff;background-color:#f18500;position:relative;overflow:hidden;}
.ab-cul ul{display:block;width:185px;margin:20px auto 0;}
.ab-cul ul li{border:1px solid #ffffff;border-top:0px;}
.ab-cul ul li:first-child{border-top:1px solid #ffffff;}
.ab-cul ul li a{display:block;height:48px;line-height:48px;text-align:center;}

.about-box .ab-list1{margin-top:60px;}
.ab-list1 li{float:left;width:33.3333%;text-align:center;}
.ab-list1 li p{font-family:"宋体";font-size:12px;color:#666666;padding:0 35px;line-height:18px;}
.ab-list1 li i{margin:0 auto;display:block;width:86px;height:86px;background:url(../images/icon-about.png) no-repeat;}
.ab-list1 li.ab-qit i{background-position:0px 0px;}
.ab-list1 li.ab-state i{background-position:-116px 0px;}
.ab-list1 li.ab-dvpt i{background-position:-234px 0px;}
.ab-list1 li .p-title{margin:20px 0 15px 0;}

.about-box .ab-list2{margin-top:60px;}
.ab-list2 li{float:left;width:268px;height:289px;overflow:hidden;margin-left:9px;}
.ab-list2 li:first-child{margin-left:0px;}
.ab-list2 li a{display:block;height:100%;color:#ffffff;position:relative;}
.ab-list2 li.ab-subs{background:url(../images/bg/ab-bg-1.png) no-repeat center center;padding:20px 0 0 40px;color:#ffffff;}
.ab-list2 li.ab-subs .p-title{margin-bottom:30px;}
.ab-list2 li.ab-subs p a{color:#afd6ff;font-size:12px;margin-bottom:13px;}
.ab-list2 li.ab-subs .k-more{margin-top:65px;height:22px; line-height:23px;}
.ab-list2 li.ab-honor{background:url(../images/bg/ab-bg-2.png) no-repeat center center;}
.ab-list2 li.ab-resp{background:url(../images/bg/ab-bg-3.png) no-repeat center center;}
.ab-list2 li.ab-peri{background:url(../images/bg/ab-bg-4.png) no-repeat center center;}
.ab-list2 li.ab-honor .p-title,
.ab-list2 li.ab-resp .p-title,
.ab-list2 li.ab-peri .p-title{display:block;width:100%;height:48px;line-height:48px;padding-left:32px;color:#ffffff;position:absolute;bottom:0px;left:0px;}
.ab-list2 li.ab-honor .p-title{background-color:rgba(0,90,183,0.8);}
.ab-list2 li.ab-resp .p-title{background-color:rgba(0,78,161,0.5);}
.ab-list2 li.ab-peri .p-title{background-color:rgba(0,78,161,0.5);}

.about-box .ab-video{float:left;width:500px;height:296px;position:relative;margin-top:49px;}
.ab-video a{display:block;height:100%;}
.ab-video .p-title{display:block;width:100%;height:50px;line-height:50px;padding-left:40px;color:#ffffff;background-color:rgba(0,0,0,0.5);background-image:url(../images/icon-video.png);background-repeat:no-repeat;background-position:447px center;position:absolute;bottom:0px;left:0px;}

.about-box .ab-notice, .about-box .ab-news{float:left;width:300px;height:296px;padding:35px 0 0 32px;background-color:#f18500;color:#ffffff;position:relative;margin-top:49px;}
.ab-notice .swiper-container, .ab-news .swiper-container{margin-top:28px;}
.ab-notice .swiper-slide a, .ab-news .swiper-slide a{display:block;width:240px;font-size:12px;color:#ffffff;font-family:"宋体";margin-bottom:20px;}
.ab-notice .ab-page, .ab-news .ab-page{position:absolute;top:38px;right:25px;}
.ab-notice .ab-page a, .ab-news .ab-page a{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;font-size:13px;color:#ffffff;font-family:"宋体";border:1px solid #ffffff;margin-left:13px;}

.about-box .ab-news{background-color:#f6f8f9;color:#333333;}
.ab-news .swiper-slide a{color:#666666;}
.ab-news .ab-page a{border:1px solid #d1d1d1;background-color:#ffffff;color:#a7a7a7;}



/*企概述*/
.pb-ab-intro{font-size:13px;color:#666666;line-height:28px;}

/*质量方针*/
.pb-ab-qit{padding-left:110px;width:660px;background:url(../images/qit-1.png) no-repeat left center;font-size:12px;color:#666666;word-wrap:break-all;line-height:32px;}
.pb-ab-qit h2{font-weight:normal;font-size:16px;}
.pb-ab-qit2{background:url(../images/qit-2.png) no-repeat left center;}
.pb-ab-hr{border-bottom:1px dotted #ebebeb;padding-bottom:70px;margin-bottom:70px;}

/*发展历程*/
.pb-ab-dvpt p{font-size:13px;color:#333333;line-height:28px;}

.pb-ab-dvpt .dvpt-list{position:relative;width:100%;height:51px;background:url(../images/line.png) repeat-x;margin-top:110px;}/*发展时间轴*/
.dvpt-list .tl-btn{position:absolute; top:12px; width:27px; height:27px; display:block; cursor:pointer; z-index:100;background:url(../images/icon-swiper2.png) no-repeat;background-color:#ffffff;transition:none;}
.dvpt-list .tl-btn.tl-prev{background-position:0px 0px;left:0;}
.dvpt-list .tl-btn.tl-next{background-position:-57px 0px;right:0;}
.dvpt-list .tl-block{position:absolute; top:2px; left:70px; width:1060px; height:48px;}
.dvpt-list .tl-block li{float:left; margin-right:70px; margin-bottom:0; display:inline;font-family:"Microsoft YaHei"; font-size:13px; background:url(../images/tl-ac.png) no-repeat center center; width:51px; height:48px; line-height:51px; text-align:center; cursor:pointer;}
.dvpt-list .tl-block li a span{position:absolute;top:-50px;left:0px;width:100%;text-align:center;font-size:18px;color:#666666;}
.dvpt-list .tl-block li.cur, .time-list .tl-block li:hover{background:url(../images/tl-ho.png) no-repeat no-repeat center center;}

.pb-ab-dvpt .dvpt-box{position:relative;height:auto;overflow:hidden;margin-top:100px;display:none;}
.dvpt-box .dvpt-time{float:left;width:214px;text-align:center;padding-top:23px;color:#666666;}
.dvpt-time em{font-size:60px;font-weight:600;vertical-align:baseline;}
.dvpt-box .dvpt-block{float:left;border-left:1px solid #e5e5e5;width:586px;height:auto;padding-left:28px;position:relative;overflow:hidden;color:#666666;}
.dvpt-block p{margin-top:40px;}
.dvpt-block p:first-child{margin-top:0px;}

/*旗下公司*/
.pb-ab-subs{height:auto;overflow:hidden;height:130px;margin-bottom:70px;}
.pb-ab-subs .subs-img{float:left;width:217px;height:130px;}
.pb-ab-subs .subs-block{float:left;margin-left:20px;width:563px;}
.subs-block h2{color:#333333;font-weight:normal;}
.subs-block p{height:72px;font-size:12px;color:#666666;line-height:24px;margin:8px 0 10px 0;overflow:hidden;text-overflow:ellipsis;}
.subs-block .btn{width:85px;height:22px;line-height:22px;text-align:center;font-size:12px;color:#666666;font-family:"宋体";border:1px solid #e5e5e5;}

.pb-ab-subs .subs-box{font-size:13px;color:#666666;line-height:30px;}
.subs-box .title{font-size:18px;color:#333333;text-align:center;margin-bottom:20px;}

/*荣誉*/
.honor-list{overflow:hidden;margin-left:-44px;width:837px;}
.honor-list li{float:left;padding-left:44px;width:279px;margin-bottom:30px;}
.honor-list li a{display:block;width:100%;height:260px;text-align:center;position:relative;overflow:hidden;font-size:12px;color:#b4b4b4;}
.honor-list li a .honor-img{position:relative;overflow:hidden;padding-bottom:14px;width:235px;height:175px;background:url(../images/honor-bg.png) no-repeat bottom center;}
.honor-list li a .honor-img img{width:235px;height:161px;}
.honor-list li a h1{font-size:16px;color:#444444;font-weight:normal;margin:5px 0;}

/*企业责任*/
.pb-ab-resp{font-size:13px;color:#666666;line-height:28px;}


/*相关活动*/
.about-CAs{margin-top:70px;}
.about-CAs .swiper-container{margin-top:20px;}
.about-CAs .swiper-slide img{width:188px;height:142px;}
.about-CAs .swiper-slide p{font-size:13px;color:#333333;text-align:center;margin-top:15px;}
.about-CAs .CAs-btn, .pb-case-btn{display:block;width:30px;height:45px;line-height:45px;text-align:center;background-color:rgba(255,255,255,0.5);font-size:24px;color:#ffffff;font-family:"宋体";position:absolute;top:29%;z-index:2;cursor:pointer;}
.about-CAs .CAs-btn.CAs-prev, .pb-case-btn.pb-case-prev{left:0px;}
.about-CAs .CAs-btn.CAs-next, .pb-case-btn.pb-case-next{right:0px;}

/*宣传视频*/
.ab-video{text-align:center;margin-top:50px;width:100%;height:auto;}


/*新闻中心*/
.news-1st{padding:30px 26px;background-color:#f6f8f9;height:auto;overflow:hidden;margin-bottom:30px;}
.news-1st img{width:322px;height:187px;}
.news-1st .n1st-block{margin-left:35px;display:block;float:left;width:390px;height:187px;font-size:12px;color:#666666;line-height:26px;position:relative;}
.news-1st .n1st-block h2{font-size:14px;color:#333333;font-weight:normal;margin-bottom:15px;}
.news-1st .n1st-block p{height:72px;overflow:hidden;text-overflow:ellipsis;}
.news-1st .n1st-block .k-more{border:1px solid #d2d2d2;color:#FFF;position:absolute;bottom:0px;}

.news-box{border:1px solid #e5e5e5;padding:35px;position:relative;}
.news-box .news-list{padding-bottom:35px;padding-right:30px;border-bottom:1px solid #ebebeb;margin-bottom:35px;}
.news-box .news-list a p{font-family:"宋体";}


/*相关新闻资讯*/
.about-news {margin-top:30px;}
.about-news .I-title .name{font-size:18px;}
.about-news .news-list{overflow:hidden;margin-top:25px;padding-bottom:0px;padding-right:0px;border-bottom:0px;margin-bottom:0px;/}
.about-news .news-list li{width:50%;float:left;}


/*企业期刊*/
.pb-ab-peri{height:auto;overflow:hidden;position:relative;padding:9px 14px 12px;border:1px solid #e5e5e5;margin-bottom:20px;}
.pb-ab-peri img{float:left;width:163px;height:226px;}
.pb-ab-peri .peri-box{float:left;margin-left:39px;width:552px;padding-top:11px;font-size:12px;color:#666666;line-height:28px;font-family:"宋体";}
.peri-box .p-title{font-family:"微软雅黑";}
.peri-box .intro{height:84px;overflow:hidden;text-overflow:ellipsis;margin:5px 0;}
.peri-box .peri-see, .peri-box .peri-load{display:inline-block;width:101px;height:33px;line-height:33px;text-align:center;padding-left:26px;color:#ffffff;border-radius:3px;margin-top:20px;}
.peri-box .peri-see{background-color:#0081cc;background-image:url(../images/icon-see.png);background-repeat:no-repeat;background-position:15px center;}
.peri-box .peri-load{background-color:#abcd03;background-image:url(../images/icon-load.png);background-repeat:no-repeat;background-position:20px center;}


/*---产品中心---*/
.contain-pro{margin-top:34px;padding-bottom:60px;}

.contain-pro .pro-srch{width:422px;height:29px;background-color:#ffffff;border:1px solid #183884;border-radius:29px;position:relative;padding:0 30px 0 25px;overflow:hidden;}
.pro-srch input[type=text]{width:100%;border:0px;line-height:28px;padding:0px;}
.pro-srch .srch-btn{display:inline-block;width:30px;height:29px;border:0px;background:url(../images/icon-srch.png) no-repeat left center;position:absolute;right:0px;top:0px;padding:0px;cursor:pointer;}

.contain-pro .pro-title{position:relative;height:72px;padding:9px 95px;background-color:#f6f8f9;background-image:url(../images/icon-pro1.png);background-repeat:no-repeat;background-position:17px center;border-left:2px solid #183884;margin-top:25px;}
.contain-pro .pro-title.pro-title2{background-image:url(../images/icon-pro2.png);background-repeat:no-repeat;background-position:17px center;}
.pro-title .name{font-size:16px;color:#183884;}
.pro-title .hr{width:16px;height:1px;background-color:#183884;margin:8px;}
.pro-title .intro{font-size:12px;color:#666666;}

.contain-pro .pro-swiper{position:relative;margin-top:15px;}
.pro-swiper .pro-box{width:265px;border:1px solid #e5e5e5;background-color:#ffffff;position:relative;}
.pro-box .title{height:40px;line-height:40px;text-align:center;font-size:16px;color:#333333;background-color:#f6f8f9;}
.pro-box .pro-img{height:210px;line-height:210px;text-align:center;background-color:#ffffff;position:relative;overflow:hidden;}
.pro-img img{max-width:259px;max-height:206px;display:none;}
.pro-box .pro-nav{position:relative;border-top:1px solid #e5e5e5;}
.pro-nav a{display:block;height:30px;line-height:30px;padding-left:20px;font-size:12px;color:#333333;background-color:#ffffff;}
.pro-nav a:hover, .pro-nav a.cur{background-color:#f6f8f9;}
.pro-swiper .pro-btn{display:inline-block;width:45px;height:45px;background:url(../images/icon-swiper3.png) no-repeat;position:absolute;top:30%;cursor:pointer;}
.pro-btn.pro-prev{left:-93px;background-position:0px 0px;}
.pro-btn.pro-next{right:-93px;background-position:-75px 0px;}

/*产品列表*/
.pro-list li{padding:55px 0 35px 0;border-top:1px solid #e5e5e5;overflow:hidden;}
.pro-list li:last-child{border-bottom:1px solid #e5e5e5;}
.pro-list li a{display:block;}
.pro-list li .pro-l-more{width:94px;height:31px;line-height:31px;text-align:center;color:#666666;background-color:#e5e5e5;position:absolute;top:0px;left:205px;}
.pro-list li .pro-l-img{float:left;width:180px;height:140px;line-height:140px;text-align:center;border:1px solid #e5e5e5;}
.pro-list li .pro-l-img img{max-width:176px;max-height:136px;}
.pro-list li .pro-l-intro{float:left;margin-left:25px;width:571px;font-size:12px;color:#666666;line-height:28px;}
.pro-list li .pro-l-intro h2{font-size:14px;color:#333333;font-weight:normal;margin-bottom:10px;}
.pro-list li .pro-l-intro p{height:84px;overflow:hidden;text-overflow:ellipsis;}
.pro-list li:hover .pro-l-more{background-color:#183884;color:#ffffff;}

.pro-banner img{width:100%;height:auto;}

.pro-intro{overflow:hidden;height:auto;margin-top:60px;}
.pro-intro .pro-i-img{float:left;width:300px;height:220px;line-height:220px;text-align:center;}
.pro-intro .pro-i-img img{max-width:296px;max-height:216px;}
.pro-intro .pro-i-intro{float:left;margin-left:45px;width:455px;}
.pro-intro .pro-i-intro h2{display:block;width:100%;font-size:18px;color:#333333;font-weight:normal;padding-bottom:15px;border-bottom:1px solid #e5e5e5;}
.pro-intro .pro-i-intro p{font-size:12px;color:#666666;line-height:28px;margin-top:12px;height:140px;overflow:hidden;text-overflow:ellipsis;}

.pro-del{margin-top:80px;position:relative;overflow:hidden;height:auto;padding:20px 18px;border:1px solid #e5e5e5;}
.pro-del .pd-block{position:relative;overflow:hidden;margin-top:20px;font-size:12px;color:#666666;line-height:24px;display:none;}

.about-pro{margin-top:50px;}/*相关产品*/
.about-pro .title{border-left:3px solid #183884;padding-left:13px;font-size:18px;color:#333333;line-height:18px;margin-bottom:27px;}
.about-pro .swiper-slide .ab-pro-img{width:184px;height:142px;line-height:142px;text-align:center;border:1px solid #e5e5e5;}
.ab-pro-img img{max-width:180px;max-height:138px;}
.about-pro .swiper-slide p{font-size:13px;color:#333333;text-align:center;margin-top:15px;}
.about-pro .CAs-btn{display:block;font-size:30px;color:#cbcbcb;font-family:"宋体";position:absolute;top:32%;z-index:2;cursor:pointer;}
.about-pro .CAs-btn.CAs-prev{left:0px;}
.about-pro .CAs-btn.CAs-next{right:0px;}

.pb-case-block .swiper-container .swiper-slide img{width:181px;height:123px;}
.pb-case-block .swiper-container .swiper-slide p{text-align:center;font-size:13px;color:#333333;margin-top:18px;}

@media all and (max-width:1200px){
	.Ipro-box .Ipro-p-prev, .Ipro-box .Ipro-p-next, .pro-swiper .pro-btn{display:none;}
}


/*---解决方案--- */
.case-im{padding:40px 65px;font-size:12px;color:#666666;line-height:22px;font-family:"宋体";}
.case-box{height:auto;overflow:hidden;position:relative;}
.case-box .case-oem, .case-box .case-eu{float:left;width:388px;padding:30px 30px 0;height:496px;background-color:#004ea1;}
.case-box .case-eu{background-color:#f6f8f9;}

.case-oem .p-title{color:#ffffff;}
.case-oem .oem-img, .case-eu .eu-img {margin-top:23px;}
.case-oem .oem-img img, .case-eu .eu-img img{width:320px;height:130px;}
.case-oem .oem-list, .case-eu .eu-list{overflow:hidden;margin-top:15px;}
.oem-list li, .eu-list li{float:left;width:50%;height:25px;line-height:25px;background:url(../images/icon-l1.png) no-repeat left center;padding-left:10px;}
.oem-list li a, .eu-list li a{font-size:13px;color:#ffffff;}
.oem-list li a:hover, .eu-list li a:hover{text-decoration:underline;}

.case-eu .p-title, .eu-list li a{color:#333333;}
.eu-list li{background:url(../images/icon-l2.png) no-repeat left center;}

.getimg{position: absolute;width:157px;height:118px;display: none;z-index: 9999; border:1px solid #eee;  background:#fff;}/*弹出图片*/
.getimg img{width:157px;height:118px;}

.case-down{float:left;width:324px;}
.case-down .cd-down{height:247px;padding:30px;background-color:#f18500;font-size:12px;color:#ffffff;font-family:"宋体";}
.cd-down .p-title{font-family:"微软雅黑";}
.cd-down&gt;a{display:block;padding-left:35px;background:url(../images/icon-dl.png) no-repeat left center;line-height:14px;margin-top:20px;}

.case-down .cd-question{display:block;height:249px;text-align:center;background-color:#e7edf0;background-image:url(../images/icon-que.png);background-repeat:no-repeat;background-position:center center;}

.case-box .swiper-container{margin-top:50px;}
.case-box .swiper-slide a{display:block;position:relative;overflow:hidden;}
.case-box .swiper-slide a .case-name{height:40px;width:100%;line-height:40px;text-align:center;color:#ffffff;background-color:rgba(24,56,132,0.9);position:absolute;bottom:-40px;left:0px;}
.case-box .swiper-slide a:hover .case-name{bottom:0px;}
.case-box .swiper-container .case-btn{display:block;width:41px;height:63px;line-height:63px;text-align:center;font-size:30px;color:#ffffff;background-color:rgba(255,255,255,0.5);position:absolute;top:35%;z-index:2;font-family:"宋体";cursor:pointer;}
.case-box .swiper-container .case-btn.case-prev{left:0px;}
.case-box .swiper-container .case-btn.case-next{right:0px;}

.pb-case-box{padding-bottom:35px;border-bottom:1px solid #ebebeb;margin-bottom:40px;}
.pb-case-box .p-title, .ques-box .ques-block .p-title, .why-list li a .why-block .p-title{padding-left:18px;background:url(../images/icon-l3.png) no-repeat left center;font-size:16px;color:#183884;}
.pb-case-box .news-list{overflow:hidden;margin-top:15px;}
.pb-case-box .news-list li{width:50%;float:left;}

.pb-case-box2{padding:25px 15px 35px;border:1px solid #ebebeb;}
.pb-case-block{width:100%;height:auto;position:relative;overflow:hidden;margin-top:30px;display:none;}

.ab-pro-list{overflow:hidden;margin-left:-8px;}
.ab-pro-list li{float:left;padding-left:8px;}
.ab-pro-list li a{display:block;width:100%;height:auto;position:relative;}
.ab-pro-list li .img{width:100%;height:143px;border:1px solid #e5e5e5;overflow:hidden;}
.ab-pro-list li .img img{max-height:139px;}
.ab-pro-list li p{text-align:center;font-size:13px;color:#333333;margin-top:17px;}

.download-list li{width:100%;margin-bottom:30px;}
.download-list li a{display:block;position:relative;height:30px;line-height:30px;padding-right:35px;background:url(../images/icon-dl2.png) no-repeat right center;font-size:12px;}
.download-list li span:first-child{color:#888888;margin-right:10px;display:inline-block;float:left;}
.download-list li span.title{display:inline-block;width:410px;color:#333333;float:left;margin-right:15px;}
.download-list li span.time{color:#666666;display:inline-block;float:left;}

/*---服务---*/
.srv-im, .IR-im, .join-im{padding:40px 60px;font-size:12px;color:#666666;font-family:"宋体";line-height:22px;}
.srv-box, .IR-box, .join-box, .pb-srv, .ques-box, .pb-IR, .join-box, .process-list, .hint-block, .contact-box{height:auto;position:relative;overflow:hidden;}
.pb-srv{font-size:13px;color:#666666;line-height:28px;}

.srv-box .srv-mkt{display:block;float:left;position:relative;width:550px;height:380px;}
.srv-mkt img{width:550px;height:380px;}
.srv-mkt .name{width:100%;height:50px;line-height:50px;font-size:18px;color:#ffffff;padding-left:30px;background-color:rgba(0,78,161,0.5);position:absolute;bottom:0px;left:0px;}

.srv-box .srv-plate{float:left;width:550px;height:380px;}
.srv-plate li{float:left;width:50%;height:50%;}
.srv-plate li a{display:block;height:100%;background-color:#f6f8f9;text-align:center;font-size:18px;color:#333333;}
.srv-plate li i{display:inline-block;width:84px;height:84px;background:url(../images/icon-srv.png) no-repeat;margin-top:40px;}
.srv-plate li.sp-ideas{border-right:1px solid #fafafa;border-bottom:1px solid #fafafa;}
.srv-plate li.sp-download{border-bottom:1px solid #fafafa;}
.srv-plate li.sp-message{border-right:1px solid #fafafa;}
.srv-plate li.sp-ideas i{background-position:7px 0px;}
.srv-plate li.sp-download i{background-position:-265px 0px;}
.srv-plate li.sp-message i{background-position:7px -190px;}
.srv-plate li.sp-question i{background-position:-265px -189px;}

.srv-plate2{overflow:hidden;margin-top:49px;}
.srv-plate2 li{float:left;width:25%;height:480px;overflow:hidden;}
.srv-plate2 li img{width:275px;height:211px;}
.srv-plate2 li .srv-p2-block{width:100%;height:269px;padding:35px 25px 0;font-size:12px;}
.srv-plate2 li .srv-p2-block p{margin:15px 0 35px 0;line-height:26px;height:104px;overflow:hidden;text-overflow:ellipsis;}
.srv-plate2 li.sp-sales .srv-p2-block{background-color:#004ea1;color:#ffffff;}
.srv-plate2 li.sp-support .srv-p2-block{background-color:#f18500;color:#ffffff;}
.srv-plate2 li.sp-share .srv-p2-block{background-color:#E5F2FF;color:#666666;}
.srv-plate2 li.sp-train .srv-p2-block{background-color:#f6f8f9;color:#666666;}
.srv-plate2 li.sp-share .k-more, .srv-plate2 li.sp-train .k-more{color:#666666;border-color:#666666;}


.pb-srv .news-box{border:0px;padding:0px;}
.pb-srv .about-news .news-list{padding:25px 15px;border:1px solid #e5e5e5;}

.srv-srch{border:1px solid #e5e5e5;background-color:#f6f8f9;padding:15px 12px;position:relative;overflow:hidden;font-size:13px;color:#333333;margin-bottom:40px;}
.srv-srch&gt;div{float:left;margin-right:20px;}
.srv-srch input[type=text], .srv-srch select{width:250px;height:25px;padding-left:18px;border:1px solid #e5e5e5;background-color:#fafafa;color:#888888;}
.srv-srch .srv-srch-btn{display:block;float:left;width:70px;height:25px;line-height:25px;text-align:center;border:0px;padding:0px;font-size:12px;color:#ffffff;background-color:#004ea1;cursor:pointer;}

.pb-srv .download-list{margin-top:30px;}
.pb-srv .download-list li{border-bottom:1px solid #e5e5e5;padding-bottom:10px;margin-bottom:15px;}


/*营销网络*/
.sales_img{ position:relative; width:500px; height:416px;margin-left:150px;}
.sales_show{padding-top:60px; display:block;}
.sales_show .locate{font-size:20px;color:#183884;padding-left:25px;background:url(../images/icon-tl.png) no-repeat left center;}
.sales_show table{width:100%;border-collapse:collapse;margin-top:25px;}
.sales_show table tr td, .sales_show table th{height:40px;text-align:center;}
.sales_show table thead{background-color:#f6f8f9;}
.sales_show table thead th{border-left:1px solid #ffffff;font-size:14px;color:#333333;}
.sales_show table tr td{border-left:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;font-size:12px;color:#666666;}
.sales_show table thead th:first-child, .sales_show table tr td:first-child{border-left:0px;}
.sales_show table tr td:first-child{text-align:left;padding-left:20px;}

.sales_poImg{ position:absolute; cursor:pointer;}
.sales_poImg1{ top:48px; left:-2px;}
.sales_poImg2{ top:193px; left:22px;}
.sales_poImg3{ top:167px; left:129px;}
.sales_poImg4{ top:194px; left:235px;}
.sales_poImg4_1{ left:167px; top:130px;}
.sales_poImg4_3{ top:195px; left:288px;}
.sales_poImg5{ top:171px; left:266px;}
.sales_poImg6{ top:4px; right:72px;}
.sales_poImg7{ top:0; left:388px;}
.sales_poImg8{ left:406px; top:78px;}
.sales_poImg9{ left:393px; top:112px;}
.sales_poImg10{ top:147px; left:359px;}
.sales_poImg11{ left:377px; top:155px;}
.sales_poImg12_1{ top:168px; left:350px;}
.sales_poImg12_2{ top:128px; left:350px;}
.sales_poImg12_3{ top:127px; left:369px;}
.sales_poImg12_4{ top:149px; left:381px;}
.sales_poImg13{ top:180px; left:366px;}
.sales_poImg14{ top:154px; left:322px;}
.sales_poImg15{ top:170px; left:280px;}
.sales_poImg16{ top:202px; left:325px;}
.sales_poImg17{ top:231px; left:200px;}
.sales_poImg18{ top:290px; left:197px;}
.sales_poImg19{ top:255px; left:279px;}
.sales_poImg20{ top:288px; left:259px;}
.sales_poImg21{ top:242px; left:308px;}
.sales_poImg22{ top:214px; left:380px;}
.sales_poImg23{ top:245px; left:429px;}
.sales_poImg24{ top:221px; left:368px;}
.sales_poImg25{ top:277px; left:314px;}
.sales_poImg26{ top:320px; left:269px;}
.sales_poImg27{ top:258px; left:404px;}
.sales_poImg28{ top:275px; left:361px;}
.sales_poImg29{ top:291px; left:385px;}
.sales_poImg30{ top:328px; left:324px;}
.sales_poImg31{ top:391px; left:312px;}


.msg-im{float:left;height:225px;width:346px;background-color:#183884;color:#ffffff;font-size:13px;line-height:30px;overflow:hidden;position:relative;padding:20px 25px 0;}
.mgs-p-title{color:#183884;margin:50px 0 25px 0;}
.msg-table{width:100%;border-collapse:collapse;border:0px;}
.msg-table tr td{padding:12px 0;vertical-align:middle;color:#666666;}
.msg-table tr td:first-child{width:100px;padding-left:2px;}
.msg-table tr td em{color:#df0107;font-weight:600;margin-left:20px;}
.msg-table tr td input[type=text], .msg-table tr td select, .msg-table tr td textarea{width:560px;height:28px;border:1px solid #e5e5e5;padding-left:10px;}
.msg-table tr td textarea{resize:none;height:165px;vertical-align:top;}
.msg-table tr.yzm td input[type=text]{width:118px;}
.msg-table tr.yzm td .yzm-btn{color:#183884;text-decoration:underline;margin-left:15px;}
.msg-table tr td .msg-btn{display:inline-block;width:120px;height:33px;line-height:33px;text-align:center;border:0px;padding:0px;font-size:16px;color:#ffffff;background-color:#004ea1;cursor:pointer;}
.msg-table tr td .msg-btn:last-child{background-color:#f18500;margin-left:10px;}

.ques-box{padding-bottom:50px;border-bottom:1px solid #e5e5e5;margin-bottom:50px;}
.ques-box .ques-img{display:block;float:left;width:210px;height:140px;}
.ques-box .ques-img img{width:210px;height:140px;}
.ques-box .ques-block{float:left;margin-left:45px;width:545px;}
.ques-box .ques-block .news-list{overflow:hidden;margin-top:15px;}
.ques-box .ques-block .news-list li{float:left;width:50%;}
.ques-box .ques-block .news-list li p{width:240px;}

/*---投资者关系---*/
.IR-block{float:left;width:732px;height:500px;position:relative;}

.IR-CorpGov{float:left;width:368px;height:500px;position:relative;background:url(../images/test/IR-1.png) repeat;}
.IR-CorpGov a{display:block;height:100%;padding:25px;color:#ffffff;font-size:12px;line-height:28px;}
.IR-CorpGov p{margin-top:30px;}
.IR-CorpGov .k-more{position:absolute;bottom:50px;}

.IR-block img{float:left;width:243px;height:247px;}
.IR-block .IR-news{float:left;width:489px;height:247px;background-color:#f2f7f9;font-size:12px;color:#666666;font-family:"宋体";padding:45px 40px 0;}
.IR-block .IR-news a{display:block;width:100%;margin-bottom:15px;overflow:hidden;}
.IR-block .IR-news a p{width:330px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;}/*限制一行*/
.IR-block .IR-news a span{float:right;}
.IR-block .IR-plate{overflow:hidden;}
.IR-plate li{float:left;width:33.333%;height:253px;}
.IR-plate li a{display:block;height:100%;border:1px solid #e5e5e5;border-left:0px;font-size:18px;color:#333333;text-align:center;}
.IR-plate li i{display:inline-block;width:88px;height:88px;background:url(../images/icon-IR.png) no-repeat;margin:54px 0 48px 0;}
.IR-plate li.IR-com i{background-position:-246px 0px;}
.IR-plate li.IR-prop i{background-position:-489px 0px;}

.IR-swiper .swiper-slide a{display:block;height:auto;overflow:hidden;position:relative;}
.IR-swiper .swiper-slide a img{width:322px;height:187px;float:left;}
.IR-swiper .swiper-slide a .IR-s-block{float:left;width:473px;height:187px;line-height:26px;background-color:#f6f8f9;padding:0 30px;font-size:12px;color:#666666;font-family:"宋体";}
.IR-swiper .swiper-slide a .IR-s-block h2{font-size:14px;font-family:"微软雅黑";line-height:36px;}
.IR-swiper .swiper-slide a .IR-s-block p{height:78px;overflow:hidden;text-overflow:ellipsis;}
.IR-swiper .IR-btn{display:block;width:20px;height:20px;line-height:20px;text-align:center;background-color:#ffffff;border:1px solid #d1d1d1;font-size:13px;color:#a7a7a7;font-family:"宋体";position:absolute;bottom:20px;z-index:2;cursor:pointer;}
.IR-swiper .IR-btn.IR-prev{right:38px;}
.IR-swiper .IR-btn.IR-next{right:10px;}

.disc-list{padding-bottom:30px;border-bottom:1px solid #ebebeb;margin-top:50px;}
.disc-list a{display:block;position:relative;padding-left:28px;background:url(../images/icon-pdf.png) no-repeat left center;margin-bottom:15px;}
.disc-list a p{font-family:"宋体";font-size:12px;color:#333333;width:670px;}
.disc-list a span{float:right;font-size:12px;color:#666666;}

.IR-hint{font-size:13px;color:#666666;line-height:30px;}
.pb-IR .msg-table{margin-top:30px;}


/*---加入我们---*/
.cj-block{float:left;width:550px;height:300px;position:relative;}
.cj-block img{width:550px;height:300px;}
.cj-block div{position:absolute;bottom:0px;left:0px;width:485px;height:50px;line-height:50px;font-size:16px;color:#ffffff;padding-left:25px;background-color:rgba(24,56,132,0.8);}
.cj-block i{position:absolute;bottom:0px;right:0px;display:block;float:right;width:65px;height:50px;background-color:rgba(24,56,132,0.5);background-image:url(../images/icon-go.png);background-repeat:no-repeat;background-position:center center;}

.cj-block2{display:block;float:left;width:275px;height:300px;padding:25px;color:#ffffff;background-color:#004ea1;position:relative;}
.cj-block2 p{font-family:"宋体";font-size:12px;line-height:24px;margin-top:12px;}
.cj-block2 .p-title{padding-bottom:17px;border-bottom:1px solid #3371b4;}
.cj-block2 .go{width:21px;height:21px;background:url(../images/icon-go2.png) no-repeat;position:absolute;bottom:28px;}

.IR-recruit{background-color:#ffffff;color:#666666;}
.IR-recruit .p-title{color:#333333;border-bottom:1px solid #dfdfdf;}
.IR-recruit .go{background:url(../images/icon-go3.png) no-repeat;}

.join-block2 img{width:275px;height:300px;}

.IR-recruit2{background-color:#f18500;}
.IR-recruit2 .p-title{border-bottom:1px solid #f49d33;}

.join-nav{height:auto;overflow:hidden;}
.join-nav a{display:block;float:left;width:128px;height:30px;line-height:30px;text-align:center;font-size:13px;color:#666666;background-color:#eeeeee;margin:0 5px 10px 0;}
.join-nav a.cur, .join-nav a:hover{background-color:#183884;color:#ffffff;}

.join-img{margin:20px 0 40px 0;}
.join-img img{width:100%;height:auto;}

.join-box{line-height:28px;margin-bottom:40px;}
.join-block{float:left;width:470px;height:auto;overflow:hidden;position:relative;}
.join-srch{float:left;width:300px;padding:10px 15px 30px;background-color:#f6f8f9;border:1px solid #e5e5e5;font-size:14px;color:#666666;}
.join-srch .p-title{color:#183884;}
.join-srch select{width:100%;height:28px;border:1px solid #e1e1e1;padding-left:15px;font-size:12px;color:#888888;margin-top:20px;}
.join-srch .join-srch-btn{display:block;width:100%;height:30px;line-height:30px;padding:0px;text-align:center;color:#ffffff;background-color:#004ea1;cursor:pointer;border:0px;margin-top:70px;}

.why-list li{padding:35px 0 40px 0;border-bottom:1px dashed #e1e1e1;}
.why-list li:first-child{border-top:1px dashed #e1e1e1;}
.why-list li a{display:block;overflow:hidden;position:relative;}
.why-list li a img{float:left;width:287px;height:180px;float:left;}
.why-list li a .why-block{float:left;margin-left:60px;width:453px;padding-top:12px;}
.why-list li a p{font-size:13px;color:#666666;line-height:32px;margin-top:15px;height:auto;overflow:hidden;text-overflow:ellipsis;}

.about-link{margin-top:20px;}
.about-link .I-title .name{font-size:18px;}
.about-link ul{overflow:hidden;margin-top:30px;}
.about-link li{float:left;width:188px;margin-left:15px;}
.about-link li:first-child{margin-left:0px;}
.about-link li img{width:188px;height:142px;}
.about-link li p{text-align:center;color:#333333;margin-top:20px;}

.category-box{padding-top:30px;border-top:1px dashed #e1e1e1;margin-top:20px;}
.category-box .category-block{margin-bottom:25px;overflow:hidden;position:relative;}
.category-block .p-title{font-size:18px;color:#333333;margin-bottom:20px;}
.category-block ul{overflow:hidden;}
.category-block ul li{float:left;width:25%;height:200px;}
.category-block ul li:first-child img{width:200px;height:200px;}
.category-block ul li.cg-con{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;border-right:1px dashed #e5e5e5;}
.category-block ul li.cg-con:last-child{border-right:1px solid #e5e5e5;}
.category-block ul li.cg-con a{display:block;padding:25px 15px 0;}
.category-block ul li.cg-con a .title{font-size:16px;color:#183884;font-weight:normal;}
.category-block ul li.cg-con a p{line-height:28px;font-size:13px;color:#666666;margin-top:5px;}

.event-box{height:auto;overflow:hidden;position:relative;margin-top:20px;padding:18px 16px;border:1px solid #e5e5e5;}
.event-box img{float:left;width:183px;height:139px;}
.event-box .event-block{float:left;margin-left:17px;padding-top:10px;width:566px;}
.event-block .p-title{font-size:14px;color:#333333;margin-bottom:5px;}
.event-block p{font-size:12px;font-family:"宋体";line-height:24px;}
.event-block .intro{color:#666666;}
.event-block .date{color:#888888;margin-top:10px;}

.resume-list{height:auto;overflow:hidden;position:relative;height:127px;border-bottom:1px dashed #e0e0e0;}
.resume-list a{display:inline-block;height:127px;line-height:127px;}
.resume-list a:first-child{width:205px;text-align:center;}
.resume-list a:first-child img{max-width:204px;max-height:123px;}
.resume-list a:last-child{padding-left:35px;background:url(../images/icon-dl3.png) no-repeat left center;color:#666666;}


.process-list{width:440px;margin-top:30px;}
.process-list li{border-bottom:1px solid #e5e5e5;}
.process-list li:first-child{border-top:1px solid #e5e5e5;}
.process-list li&gt;a{display:block;height:50px;line-height:50px;padding-left:30px;background:url(../images/icon-show.png) no-repeat left center;font-size:16px;color:#666666;}
.process-list li .process-block{padding-left:55px;padding-bottom:20px;font-size:13px;color:#666666;line-height:30px;display:none;}
.process-list li.cur&gt;a{background:url(../images/icon-hide.png) no-repeat left center;}

.hint-block{font-size:13px;color:#666666;line-height:30px;margin-top:30px;display:none;}

.recruit-text{height:35px;width:525px;border:1px solid #e5e5e5;padding-left:10px;float:left;}
.recruit-btn{display:block;height:35px;width:117px;line-height:35px;text-align:center;color:#ffffff;background-color:#004ea1;border:0px;padding:0px;float:left;margin-left:9px;}
.sel-block{float:left;height:35px;border:1px solid #e5e5e5;padding-left:70px;padding-right:8px;width:258px;position:relative;margin-right:9px;margin-top:25px;}
.sel-block span{position:absolute;left:0px;top:0px;display:block;width:70px;text-align:center;line-height:35px;color:#888888;font-size:12px;}
.sel-block select{border:0px;width:100%;height:33px;}
.sel-block:last-child{margin-right:0px;}

.recruit-table{width:100%;border:1px solid #e5e5e5;}
.recruit-table tr td, .recruit-table th{height:45px;text-align:center;vertical-align:middle;font-size:12px;}
.recruit-table thead tr{background:url(../images/t-bg.png) repeat;}
.recruit-table th{color:#333333;border-bottom:1px solid #e5e5e5;}
.recruit-table tr td{color:#666666;}
.recruit-table tr:nth-child(2n+0){background-color:#f6f8f9;}

.contact-box{background:url(../images/ct-bg.png) repeat;padding:15px;margin-bottom:20px;}
.contact-box img{float:left;width:385px;height:315px;}
.contact-block{float:left;padding-top:20px;margin-left:30px;}
.contact-block h2{color:#333333;}
.contact-block .p-title{font-weight:600;color:#666666;font-size:14px;margin-top:15px;}
.contact-block p{font-size:12px;color:#666666;}


/*--网站地图--*/
.contain-website .page-title{font-size:16px;color:#333333;padding-bottom:13px;border-bottom:1px solid #e5e5e5;}
.contain-website{background-color:#ffffff;padding:30px;}
.contain-website .ws-box{padding-left:143px;height:auto;overflow:hidden;position:relative;font-family:"宋体";margin-top:50px;}
.ws-box h1{display:block;position:absolute;left:0px;top:0px;font-size:14px;color:#183884;padding-left:40px;background:url(../images/icon-l4.png) no-repeat left center;}
.ws-box .ws-block{margin-bottom:12px;}
.ws-block h2{font-size:14px;color:#333333;font-weight:normal;line-height:14px;margin-bottom:19px;font-family:'微软雅黑';}
.ws-block a{display:inline-block;padding-left:12px;background:url(../images/icon-l5.png) no-repeat left center;font-size:12px;color:#666666;line-height:12px;margin-bottom:20px;margin-right:20px;}

</pre></body></html>